Welcome![Sign In][Sign Up]
Location:
Search - cubic interpolation

Search list

[Mathimatics-Numerical algorithmss

Description: 计算三次样条插值函数-Calculation of cubic spline interpolation function
Platform: | Size: 1024 | Author: lxw | Hits:

[Graph programcubic spline interpolation

Description: 样条插值计算车门曲线-spline interpolation calculation door curve
Platform: | Size: 272384 | Author: 杨柳 | Hits:

[Mathimatics-Numerical algorithmsInterpolation-algorithm

Description: 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian interpolation (POLINT) 2 rational function interpolation (RATINT) 3 cubic spline interpolation (SPLINE (second derivative numerical)-
Platform: | Size: 5120 | Author: ldg | Hits:

[Special EffectsCubic-Spline-Interpolation

Description: 不管对于图像的编码还是解码,三次样条算法的性能都是很好的,然后由于计算量比较大使他的效率有所下降,在次提出了一个考虑算法质量的前提下的快速算法。-regardless of the coding for images or decoding, cubic spline algorithm performance are good, and then because of the comparison calculation of the efficiency Ambassador he declined, in a meeting of the algorithm to consider the quality of the fast algorithm.
Platform: | Size: 275456 | Author: 王献中 | Hits:

[Special Effectse2md2.m

Description: BEMD对图像进行分解,包络构造采用Delaunay三角剖分和三次插值,得到分解的结果。 输入:灰度bmp图像 输出:imf1 imf2 imf3 残差-BEMD image decomposition, the envelope structure using Delaunay triangulation and cubic interpolation, the result of decomposition. Input: greyscale bmp image output: imf1 imf2 imf3 residuals
Platform: | Size: 2048 | Author: 胡佳宁 | Hits:

[Mathimatics-Numerical algorithmsCUBIC

Description: 三次样条插值函数的具体应用程序,主要应用于热敏电阻的温度和阻值之间的换算-Cubic spline interpolation function of the specific applications, mainly used in thermistor temperature and resistance of the conversion between
Platform: | Size: 1024 | Author: 李林 | Hits:

[Windows Developnatural-cubic-spline-interpolation

Description: 文本输入输出,实现数值计算的自然三次样条插值法-Text input and output, numerical calculation to achieve a natural cubic spline interpolation
Platform: | Size: 153600 | Author: 姜北樵 | Hits:

[Multimedia programInterpolationandfilter

Description: Cubic spline interpolation and low pass filter
Platform: | Size: 2048 | Author: csfreak | Hits:

[Algorithmcubic-spline

Description: 三次样条插值,来自于数值分析方法一书 C Abstract: interpolate cubic spline profiles to given points. C cubic splines are piecewise cubic polynomials fitting the data C with continuous first and second derivatives at interior points C and second derivatives set to zero at and beyond the end points.-Cubic Spline Interpolation C Abstract: interpolate cubic spline profiles to given points. C cubic splines are piecewise cubic polynomials fitting the data C with continuous first and second derivatives at interior points C and second derivatives set to zero at and beyond the end points.
Platform: | Size: 1024 | Author: mybiandou | Hits:

[Mathimatics-Numerical algorithmscubic

Description: 在平面内进行三次样条插值,生成网格形式的二维矩阵数据。-In-plane cubic spline interpolation to generate a form of two-dimensional grid data matrix.
Platform: | Size: 3072 | Author: | Hits:

[Internet-NetworkInterpolation

Description: Source Code Archive An Introduction to Numerical Analysis with Applications to the Physical, Natural and Social Sciences-neville.C Neville s algorithm divdiff.C calculate the coefficients of the Newton form of the interpolating polynomial using divided differences nf_eval.C evaluate the Newton form of the interpolating polynomial cubic_nak.C construct the cubic spline interpolant with "not-a-knot" boundary conditions cubic_clamped.C construct the cubic spline interpolant with clamped boundary conditions spline_eval.C evaluate a spline interpolant (works with the output from cubic_nak.C and cubic_clamped.C) hermite.C calculate the coefficients of the Hermite interpolating polynomial cubic_herm.C evaluate the Hermite cubic interpolant
Platform: | Size: 2048 | Author: 范姜 | Hits:

[Algorithminterpolation

Description: matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolation, Gauss interpolation, Hermite interpolation, sub-Hermite interpolation, spline interpolation, rational fraction interpolation piecewise bilinear interpolation, dual three-point Lagrange interpolation and piecewise bi-cubic Hermite interpolation, etc.
Platform: | Size: 10240 | Author: | Hits:

[Othercubicinterpolation8.5

Description: 將輸入的資料以cubic的方式作內插,由輸入的上下限決定範圍-The input information to a way to make cubic interpolation, from the input of the upper and lower limits the scope of the decision
Platform: | Size: 134144 | Author: cbacba | Hits:

[matlabcubic

Description: 使用立方b样条小波的均值插值。使用立方b样条小波的细分插值。-Average interpolation using cubic B-spline wavelet.Subdivision interpolation using cubic B-spline wavelet.
Platform: | Size: 1024 | Author: huql | Hits:

[matlabwave-inter

Description: 小波插值(全小波插值,小波双线性插值,小波双三次插值及其改进)放大图像,提高图像的分辨率;对插值图像做质量评价(峰值信噪比PSNR;均方信噪比SNR)-Wavelet interpolation (full wavelet interpolation, wavelet bilinear interpolation, cubic interpolation and improved method) to enlarge the image and improve image resolution assesse the interpolation image (peak signal to noise ratio PSNR mean square signal to noise ratio SNR)
Platform: | Size: 1024 | Author: zhoujianhua | Hits:

[Algorithminterpolation

Description: 插值 拉格朗日插值 有理函数插值 三次样条插值 有序表的检索法 插值多项式 二元拉格朗日插值 双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline interpolation
Platform: | Size: 32768 | Author: sby_1027 | Hits:

[Special EffectsBilinear-interpolation-and-cubic-convolution

Description: 二次线性插值和三次卷积插值,高质量图像缩放技术之一,文中有大量代码,实用性很强。-Bilinear interpolation and cubic convolution,is one of Image scaling technology
Platform: | Size: 98304 | Author: 张燕 | Hits:

[matlabInterpolation

Description: 其中包括牛顿插值算法,分段线性插值算法,Larange算法和三次样条插值算法的源程序。还包括插值算法的报告一份。-Including the Newton interpolation algorithm, piecewise linear interpolation algorithm, Larange algorithm and cubic spline interpolation algorithm of the source. The report also includes an interpolation algorithm.
Platform: | Size: 673792 | Author: 黄校园 | Hits:

[Othercubic

Description: Source code of tiny library for cubic interpolation
Platform: | Size: 3072 | Author: Marchez | Hits:

[AlgorithmCubic-spline

Description: 数值分析中常用的三次样条插值的函数,里面也包括了函数调用-Commonly used in numerical analysis of cubic spline interpolation function, which also includes a function call
Platform: | Size: 1024 | Author: 杨霖 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net